crypto/internal/fips140/aes/gcm.CMAC.k1 (field)
8 uses
crypto/internal/fips140/aes/gcm (current package)
cmac.go#L20: k1 [aes.BlockSize]byte
cmac.go#L31: aes.EncryptBlockInternal(&c.b, c.k1[:], c.k1[:])
cmac.go#L32: msb := shiftLeft(&c.k1)
cmac.go#L33: c.k1[len(c.k1)-1] ^= msb * 0b10000111
cmac.go#L35: c.k2 = c.k1
cmac.go#L55: subtle.XORBytes(x[:], c.k1[:], x[:])
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |